Welcome![Sign In][Sign Up]
Location:
Search - graphics library

Search list

[GDI-BitmapWannaPlayDIB实用图形库源代码

Description: WannaPlayDIB实用图形库 Bitmap包装器实现 Bitmap文件存取类:支持8位调色板位图和24位真彩位图的载入,以及24位真彩位图保存-WannaPlayDIB practical packaging Bitmap graphics library for achieving Bitmap file access : 8 palette support bitmap and 24-bit color bitmap included, and 24-bit color bitmap preservation
Platform: | Size: 139652 | Author: 张琳 | Hits:

[Other resourcetc3下俄罗斯方块程序

Description: tc3下俄罗斯方块程序 采取定义boland图形库(<graphics.h>),需编译前将turboc目录下的egavga.bgi考到源程序所在目录下-TC3 under procedures adopted Tetris Boland definition graphics library (lt; Graphics.hgt;) , Will be compiled before the TurboC directory egavga.bgi test to the directory containing the source
Platform: | Size: 6599 | Author: 陈浩 | Hits:

[Graph programVC图像处理源代码

Description: VC图像处理源代码,包括图形库,大量位图和调色板源代码。实用。-VC image processing source code, including the graphics library, a large number of bitmap and palette source code. Practical.
Platform: | Size: 1798315 | Author: 美丽 | Hits:

[Graph programPEGRP32C

Description: 三维图形库(非源码)-汉化版-需要演示说明请与qq36201365联系-3D graphics library (FOSS)- Chinese Version- needs presentations, please contact qq36201365
Platform: | Size: 680960 | Author: | Hits:

[source in ebook256色图形系统forTC v1.5

Description: TC下的图形库 v1.5-the graphics library v1.5
Platform: | Size: 306176 | Author: 施展 | Hits:

[source in ebookTC_256_color_system_v2.3

Description: TC下的图形库 v2.3-TC under the Smart Graphics Library
Platform: | Size: 1024 | Author: 施展 | Hits:

[ApplicationsHSA.ZIP

Description: The HSA Screen Graphics Library
Platform: | Size: 43008 | Author: 朱进 | Hits:

[OpenGL programoglwrapperclass_src

Description: 在MDI环境中使用图形库-environment in MDI use graphics library
Platform: | Size: 12288 | Author: 张昭华 | Hits:

[source in ebook4702-1

Description: 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics experiment, its interface is an imitation of the Windows interface window, procedures have better interactivity. All of the graphics function in C language with no onboard graphics library functions, functions are written directly to write to achieve the screen to simulate the most graphic library of functionality. However, some are not write, such as the preservation of graphic block getimage () function. Because of the limited level, there is no function for example, the preservation of open or BMP images. With such time until then. What algorithm is written scribble, idle, welcomed the master guiding, and the majority of enthusiasts common C language study and discussion
Platform: | Size: 37888 | Author: 张张 | Hits:

[OpenGL programOpenGL编程初步

Description: OpenGL介绍  由SGI公司的GL发展而来的一个工业标准图形库。  OpenGL由图形库GL(Graphics Library)和应用图形库GLU(Graphics Library Utilities)两个库组成-OpenGL# 61548 introduced by SGI's GL from the development of an industry-standard graphics library.# 61548 by the OpenGL graphics library GL (Graphics Library) and the application of graphics library GLU (Graphics Library Utilities) 2 component library
Platform: | Size: 15360 | Author: | Hits:

[Graph programSvgacc图形库示例

Description: Svgacc图形库示例-Svgacc graphics library Example
Platform: | Size: 57344 | Author: 王波 | Hits:

[OtherSvgacc图形库示例

Description: Svgacc图形库示例.zip-Svgacc graphics library examples. Zip
Platform: | Size: 64512 | Author: 曹立辉 | Hits:

[Graph program面型编辑

Description: 面型编辑工具,组态软件中常常用到库浏览的功能,这个工具就是用来做图形库的-face editing tools, configuration software is often used for access to the functions of this tool is used for graphics library
Platform: | Size: 184320 | Author: 张三 | Hits:

[GUI Developtuanzhibu

Description: 本人最新开发的图形库函数,可用于C程序的图形界面开发-latest development of the graphics library functions can be used in the C Programming GUI Development
Platform: | Size: 1315840 | Author: | Hits:

[OpenGL programGraphicSrc

Description: 我的opengl的开发心得。我使用开放性图形库写的第一个程序,和我对开发的总结-my opengl development experience. I use open graphics library was the first procedure, and I would like to sum up the development of
Platform: | Size: 115712 | Author: pmz | Hits:

[WEB Codewz_jsgraphics

Description: 可以使用js进行网页绘图的好东东,这是一个图形库,国外编写的。-can use js Web Mapping good Dongdong, this is a graphics library, the foreign prepared.
Platform: | Size: 5120 | Author: 鼎文 | Hits:

[Embeded LinuxARM_LINUX_minGUI

Description: 基于arm的linux操作系统的minGUI图形库,是较好的GUI,比QT要简洁,代码的集成度高,是很好的参考程序-based on the Linux operating system arm of minGUI graphics library, the GUI is better than QT to be concise, code integration, is a good reference program
Platform: | Size: 82944 | Author: 李连 | Hits:

[Other GamesEightQueen

Description: Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under the TC 3.0 compiler debug through! Borland used to provide the graphics library Graphics. In order to enable this process from the c/c environment operate independently, I will drive EGAVGA.BGI graphics and font TRIP.CHR and SANS.CHR were converted to the corresponding. Obj file, and then link to the executable file which EIGHTQUEEN.EXE !
Platform: | Size: 40960 | Author: 杨圣湖 | Hits:

[OpenGL programOpenGL程序

Description: 992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口("GL"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations.
Platform: | Size: 48128 | Author: 和平鸽 | Hits:

[GDI-BitmapWannaPlayDIB实用图形库源代码

Description: WannaPlayDIB实用图形库 Bitmap包装器实现 Bitmap文件存取类:支持8位调色板位图和24位真彩位图的载入,以及24位真彩位图保存-WannaPlayDIB practical packaging Bitmap graphics library for achieving Bitmap file access : 8 palette support bitmap and 24-bit color bitmap included, and 24-bit color bitmap preservation
Platform: | Size: 139264 | Author: 张琳 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net